ci: Update Docker image to Fedora 29 and meson to 0.49.0
authorChristoph Reiter <creiter@src.gnome.org>
Sun, 16 Dec 2018 20:32:25 +0000 (21:32 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Sun, 16 Dec 2018 20:33:22 +0000 (21:33 +0100)
.gitlab-ci.yml
.gitlab-ci/Dockerfile
.gitlab-ci/run-docker.sh

index a67069ebee7fa71a62342044132e45d6e49cf00a..b60004ae1ea95034a5e284bc763b45d1c7f6887f 100644 (file)
@@ -13,7 +13,7 @@ stages:
     - subprojects/pango/
 
 fedora-x86_64:
-  image: registry.gitlab.gnome.org/gnome/gtk/master:v1
+  image: registry.gitlab.gnome.org/gnome/gtk/master:v2
   stage: build
   script:
     - bash -x ./.gitlab-ci/test-docker.sh
@@ -64,7 +64,7 @@ flatpak:widget-factory:
   <<: *flatpak-defaults
 
 pages:
-  image: registry.gitlab.gnome.org/gnome/gtk/master:v1
+  image: registry.gitlab.gnome.org/gnome/gtk/master:v2
   stage: deploy 
   script:
     - meson -Ddocumentation=true _build .
index 52dcaa1985a9c393c64155f2f34d3ce701baffc5..051bd9da4cfd47f986763e6c6c025300a922548e 100644 (file)
@@ -1,4 +1,4 @@
-FROM fedora:28
+FROM fedora:29
 
 RUN dnf -y install \
     hicolor-icon-theme \
@@ -70,7 +70,7 @@ RUN dnf -y install \
     xorg-x11-server-Xvfb \
  && dnf clean all
 
-RUN pip3 install meson
+RUN pip3 install meson==0.49.0
 
 ARG HOST_USER_ID=5555
 ENV HOST_USER_ID ${HOST_USER_ID}
index c7298bae30b3e63cca5255b8a8286d56acd326d1..1fba076bd912a7441dca5660c49b71d6da7910c8 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-TAG="registry.gitlab.gnome.org/gnome/gtk/master:v1"
+TAG="registry.gitlab.gnome.org/gnome/gtk/master:v2"
 
 sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
     --file "Dockerfile" .